翻訳と辞書
Words near each other
・ memoised function
・ memoization
・ memoized function
・ memory
・ memory address space
・ memory dump
・ memory farts
・ memory leak
・ memory location
・ memory management
memory management unit
・ memory mapped i/o
・ memory protection
・ memory smash
・ memory type range registers
・ mems
・ mentat
・ mentor
・ menu
・ menu bar


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

memory management unit : FOLDOC
Memory Management Unit
(MMU, "Paged Memory Management Unit", PMMU) A hardware device or circuit that supports virtual memory and paging by translating {virtual addresses} into physical addresses.
The virtual address space (the range of addresses used by the processor) is divided into pages, whose size is 2^N, usually a few kilobytes. The bottom N bits of the address (the offset within a page) are left unchanged. The upper address bits are the (virtual) {page number}. The MMU contains a {page table} which is indexed (possibly associatively) by the page number. Each page table entry (PTE) gives the physical page number corresponding to the virtual one. This is combined with the page offset to give the complete physical address.
A PTE may also include information about whether the page has been written to, when it was last used (for a least recently used replacement algorithm), what kind of processes ({user mode},
), what kind of processes ({user mode},


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.